home *** CD-ROM | disk | FTP | other *** search
-
- This archive, CXL??_TC.ARC, should contain the following files:
-
- CXLDEMO.MAK - make file for the demo program
- CXLDEMO.PRJ - project file for the demo program
- CXLS.LIB - CXL library for the tiny & small memory models
- README.TC - this file
-
- In addition to this archive file, you will also need the CXL??.ARC file
- which contains the documentation, header files, and demo program.
-
- The "??" represents the current CXL version number and may or may not be
- present in the file names.
-
-
- To compile a program using Turbo C and CXL functions:
-
- 1. Make sure all needed CXL header files are #included in
- your source code file.
-
- 2. From the DOS command line, type:
-
- tcc myfile.c cxls.lib
-
- 3. Or, if using the integrated environment (TC.EXE), you can create
- a project file (MYFILE.PRJ) containing the line:
-
- myfile.c cxls.lib
-
-